encoding/xml.stack.kind (field)
12 uses
encoding/xml (current package)
xml.go#L277: if d.stk != nil && d.stk.kind == stkEOF {
xml.go#L285: if err == io.EOF && d.stk != nil && d.stk.kind != stkEOF {
xml.go#L381: kind int
xml.go#L400: s.kind = kind
xml.go#L423: for start.kind != stkStart {
xml.go#L428: for start.next != nil && start.next.kind == stkNs {
xml.go#L437: s.kind = stkEOF
xml.go#L445: if d.stk == nil || d.stk.kind != stkEOF {
xml.go#L482: case s == nil || s.kind != stkStart:
xml.go#L508: for d.stk != nil && d.stk.kind != stkStart && d.stk.kind != stkEOF {
xml.go#L523: if d.stk == nil || d.stk.kind != stkStart {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)